home *** CD-ROM | disk | FTP | other *** search
- /* *****************************************************************************
- FILE: WindowUtilPr.h
-
- DESCRIPTION: Window utility prototypes
-
- AUTHOR: Kurt W.G. Matthies
-
- Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
-
- Revision History:
- ==========================================================
- 3.30.90 - May 1990 MacUser Release
- ==========================================================
-
- ***************************************************************************** */
-
- #ifndef _WindowUtilPr_
- #define _WindowUtilPr_
-
- #include <ControlMgr.h>
- #include <MacTypes.h>
- #include <WindowMgr.h>
-
- void centerWindow ( WindowPtr );
- Rect * getWinRect ( WindowPtr, Rect * );
-
- #endif
- /* =============================== EOF =======================================
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
- ================================================================================ */